projects
/
wine
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
msi: Consistently use the parser allocator when parsing a query.
[wine]
/
dlls
/
wined3d
/
2009-05-28
Louis Lenders
wined3d: Fix CheckDeviceMultiSampleType when queried...
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Emulate if(bool) in ARB shaders.
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Add a function around the handler table.
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Manage vs_compile_args in the backends.
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Manage ps_compiled_shader in the backends.
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Make find_gl_vshader backend specific.
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Remove the forward declaration added in the...
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Make find_gl_pshader backend private.
tree
|
commitdiff
2009-05-28
Stefan Dösinger
wined3d: Store the compile args in the compile context...
tree
|
commitdiff
2009-05-28
Henri Verbeet
wined3d: Remove the "declaration" parameter to IWineD3D...
tree
|
commitdiff
2009-05-28
Henri Verbeet
wined3d: Match the d3d10 name for WINED3DDECLUSAGE_POSI...
tree
|
commitdiff
2009-05-28
Henri Verbeet
wined3d: Use the output signature to setup SM4 vertex...
tree
|
commitdiff
2009-05-27
Stefan Dösinger
wined3d: Work around an ARBFP vs GLSL bug in Mac OS.
tree
|
commitdiff
2009-05-27
Stefan Dösinger
wined3d: sincos for vertex shaders.
tree
|
commitdiff
2009-05-27
Stefan Dösinger
wined3d: Put some ARB declarations in the right place.
tree
|
commitdiff
2009-05-27
Stefan Dösinger
wined3d: Get rid of Tx hardcoding in texbem.
tree
|
commitdiff
2009-05-27
Stefan Dösinger
wined3d: Replace a few hardcoded Tx registers with...
tree
|
commitdiff
2009-05-27
Stefan Dösinger
wined3d: Implement DSX in ARB.
tree
|
commitdiff
2009-05-27
Henri Verbeet
wined3d: Use strings for shader input/output semantics.
tree
|
commitdiff
2009-05-27
Henri Verbeet
wined3d: Use a separate structure for vertex shader...
tree
|
commitdiff
2009-05-27
Henri Verbeet
wined3d: Make "packed_output" a bitmap.
tree
|
commitdiff
2009-05-27
Henri Verbeet
wined3d: Use the "input_registers" bitmap for vertex...
tree
|
commitdiff
2009-05-27
Henri Verbeet
wined3d: Make "packed_input" a bitmap.
tree
|
commitdiff
2009-05-26
Henri Verbeet
wined3d: Use SM3 shader limits for SM4.
tree
|
commitdiff
2009-05-26
Henri Verbeet
wined3d: Add the output signature to IWineD3DDevice_Cre...
tree
|
commitdiff
2009-05-26
Henri Verbeet
wined3d: Split the info log into separate lines.
tree
|
commitdiff
2009-05-26
Henri Verbeet
wined3d: Pass a proper format desc to resource_init...
tree
|
commitdiff
2009-05-25
Louis Lenders
wined3d: Match device name string to windows one.
tree
|
commitdiff
2009-05-25
Henri Verbeet
wined3d: Fix debug_d3dusagequery() to handle combinatio...
tree
|
commitdiff
2009-05-25
Henri Verbeet
wined3d: Fix debug_d3dusage() to handle combinations...
tree
|
commitdiff
2009-05-25
Henri Verbeet
wined3d: Remove some apparently leftover debug code.
tree
|
commitdiff
2009-05-25
Henri Verbeet
wined3d: Remove some unnecessary forward declarations.
tree
|
commitdiff
2009-05-25
Chris Robinson
wined3d: Decrement fbo_entry_count when one is removed...
tree
|
commitdiff
2009-05-25
Chris Robinson
wined3d: Prevent erroneous FIXMEs on newer cards.
tree
|
commitdiff
2009-05-21
Stefan Dösinger
wined3d: Implement SGN in ARB.
tree
|
commitdiff
2009-05-21
Stefan Dösinger
wined3d: Support vec4 A0 with NV_vertex_program2_option.
tree
|
commitdiff
2009-05-21
Stefan Dösinger
wined3d: Support ABS and ABSNEG with NV extensions...
tree
|
commitdiff
2009-05-21
Stefan Dösinger
wined3d: Add NV asm extension support to the ARB backend.
tree
|
commitdiff
2009-05-21
Stefan Dösinger
wined3d: Support ABS and ABSNEG in ARB.
tree
|
commitdiff
2009-05-20
Stefan Dösinger
wined3d: Emulate the 4 component address register in...
tree
|
commitdiff
2009-05-20
Stefan Dösinger
wined3d: Prepare for vec4 address registers in ARB.
tree
|
commitdiff
2009-05-20
Stefan Dösinger
wined3d: Implement mova rounding in arb.
tree
|
commitdiff
2009-05-20
Stefan Dösinger
wined3d: Fix srgb correction.
tree
|
commitdiff
2009-05-20
Stefan Dösinger
wined3d: Get rid of the TMP register in fragment shaders.
tree
|
commitdiff
2009-05-19
Stefan Dösinger
wined3d: Use CMP instead of SLT and SGE in sRGB correction.
tree
|
commitdiff
2009-05-19
Stefan Dösinger
wined3d: Get rid of TMP accesses in texm3x3* instructions.
tree
|
commitdiff
2009-05-19
Stefan Dösinger
wined3d: Get rid of TMP access in texm3x2*.
tree
|
commitdiff
2009-05-19
Stefan Dösinger
wined3d: Get rid of TMP2 and some easy TMP register...
tree
|
commitdiff
2009-05-19
Stefan Dösinger
wined3d: Only declare TMP_OUT in vertex shaders.
tree
|
commitdiff
2009-05-18
Stefan Dösinger
WineD3D: Support more constants in ARB shaders.
tree
|
commitdiff
2009-05-18
Stefan Dösinger
wined3d: Avoid declaring helper_const in vertex program...
tree
|
commitdiff
2009-05-18
Stefan Dösinger
wined3d: Support clipplanes with GLSL.
tree
|
commitdiff
2009-05-18
Stefan Dösinger
wined3d: Update the bump constants after a shader change.
tree
|
commitdiff
2009-05-18
Stefan Dösinger
wined3d: Use local constants for bump parameters.
tree
|
commitdiff
2009-05-18
Robert Key
wined3d: Remove HD 4800 "2048MB for X2 versions" comment.
tree
|
commitdiff
2009-05-15
Robert Key
wined3d: Fix ATI HD4800 being reported as ATI 9500.
tree
|
commitdiff
2009-05-15
Stefan Dösinger
wined3d: Don't use TMP_COLOR unless srgb is enabled.
tree
|
commitdiff
2009-05-15
Henri Verbeet
wined3d: Remove some unused defines.
tree
|
commitdiff
2009-05-15
Henri Verbeet
wined3d: Document functions that depend on the caller...
tree
|
commitdiff
2009-05-15
Henri Verbeet
wined3d: Add missing GL locking to check_fbo_compat().
tree
|
commitdiff
2009-05-15
Henri Verbeet
wined3d: Add missing GL locking to ffp_blit_set() and...
tree
|
commitdiff
2009-05-15
Henri Verbeet
wined3d: Add missing GL locking to d3dfmt_p8_upload_pal...
tree
|
commitdiff
2009-05-14
Stefan Dösinger
wined3d: Centralize WINED3DSPDM_SATURATE handling.
tree
|
commitdiff
2009-05-14
Stefan Dösinger
wined3d: Fix remaining incorrect dst register getters.
tree
|
commitdiff
2009-05-14
Stefan Dösinger
wined3d: Fix a few more hardcoded pixel shader registers.
tree
|
commitdiff
2009-05-14
Stefan Dösinger
wined3d: Tidy up pshader_hw_texreg2rgb and friends.
tree
|
commitdiff
2009-05-14
Stefan Dösinger
wined3d: Tidy up pshader_hw_dp2add.
tree
|
commitdiff
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to test_pbo_functionali...
tree
|
commitdiff
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to IWineD3DDeviceImpl_U...
tree
|
commitdiff
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to set_blit_dimension...
tree
|
commitdiff
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to calls to FBO functions.
tree
|
commitdiff
2009-05-14
Henri Verbeet
wined3d: Add missing GL locking to delete_glsl_program_...
tree
|
commitdiff
2009-05-13
Stefan Dösinger
wined3d: Tidy up pshader_hw_cmp.
tree
|
commitdiff
2009-05-13
Stefan Dösinger
wined3d: Tidy up pshader_hw_cnd.
tree
|
commitdiff
2009-05-13
Stefan Dösinger
wined3d: Separate Tx tempregs from Tx varyings in ARB.
tree
|
commitdiff
2009-05-13
Stefan Dösinger
wined3d: Fix 1.4 pshader projection in ARB.
tree
|
commitdiff
2009-05-13
Stefan Dösinger
wined3d: Tidy up pshader_hw_tex.
tree
|
commitdiff
2009-05-13
Francois Gouget
wined3d: Make surface_force_reload() static.
tree
|
commitdiff
2009-05-13
Henri Verbeet
wined3d: Add missing GL locking to shader_backend_t...
tree
|
commitdiff
2009-05-13
Henri Verbeet
wined3d: Add missing GL locking to state table calls.
tree
|
commitdiff
2009-05-13
Henri Verbeet
wined3d: Add missing GL locking to shader_backend_t...
tree
|
commitdiff
2009-05-13
Henri Verbeet
wined3d: Add missing GL locking to fragment_pipeline...
tree
|
commitdiff
2009-05-13
Henri Verbeet
wined3d: Directly call basetexture_apply_state_changes().
tree
|
commitdiff
2009-05-12
Rico Schüller
wined3d: Add UnregisterClass() on DLL_PROCESS_DETACH.
tree
|
commitdiff
2009-05-12
Henri Verbeet
wined3d: Don't create more than WINED3D_MAX_FBO_ENTRIES...
tree
|
commitdiff
2009-05-12
Henri Verbeet
wined3d: Print the correct limit in a WARN().
tree
|
commitdiff
2009-05-12
Henri Verbeet
wined3d: Pass a struct wined3d_shader_register to shade...
tree
|
commitdiff
2009-05-12
Henri Verbeet
wined3d: Pass a struct wined3d_shader_register to shade...
tree
|
commitdiff
2009-05-12
Henri Verbeet
wined3d: Pass a struct wined3d_shader_register to shade...
tree
|
commitdiff
2009-05-11
Stefan Dösinger
wined3d: Standardize pshader_hw_texkill.
tree
|
commitdiff
2009-05-11
Stefan Dösinger
wined3d: Tidy up shader_hw_rsq_rcp.
tree
|
commitdiff
2009-05-11
Stefan Dösinger
wined3d: Simplify shader_hw_map2gl.
tree
|
commitdiff
2009-05-11
Stefan Dösinger
wined3d: Get rid of the strcat in shader_arb_add_dst_pa...
tree
|
commitdiff
2009-05-11
Stefan Dösinger
wined3d: Merge shader_arb_add_src_param and pshader_gen...
tree
|
commitdiff
2009-05-11
Henri Verbeet
wined3d: Use the output signature to map SM4 pixel...
tree
|
commitdiff
2009-05-08
Henri Verbeet
wined3d: Record register usage only once.
tree
|
commitdiff
2009-05-08
Stefan Dösinger
wined3d: Get rid of pshader_gen_output_modifier_line.
tree
|
commitdiff
2009-05-08
Stefan Dösinger
wined3d: Pass the instr to pshader_gen_output_modifier_...
tree
|
commitdiff
2009-05-08
Stefan Dösinger
winedd: Move shader_*_add_instruction_modifiers into...
tree
|
commitdiff
2009-05-08
Stefan Dösinger
wined3d: Work around a bad crash in fglrx.
tree
|
commitdiff
next