2009-04-07 |
Corbin Simpson | r300-gallium: Fix surface_copy too. |
commit | commitdiff | tree |
2009-04-07 |
Corbin Simpson | r300-gallium: Properly setup HW/SW TCL controls. |
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | swrast: more texcombine clean-ups |
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | swrast: asst. clean-ups in texcombine code |
commit | commitdiff | tree |
2009-04-06 |
Brian Paul | swrast: fix secondary color add for glBitmap |
commit | commitdiff | tree |
2009-04-06 |
José Fonseca | stw: Choose a color buffer format that matches the... |
commit | commitdiff | tree |
2009-04-06 |
Brian Paul | softpipe: clean up the buffer clear and tile cache... |
commit | commitdiff | tree |
2009-04-06 |
Brian Paul | swrast: fix incorrect arithmetic for GL_ADD_SIGNED... |
commit | commitdiff | tree |
2009-04-06 |
Brian Paul | st: as with swrast, interpret texture border color... |
commit | commitdiff | tree |
2009-04-06 |
Brian Paul | st: rename a helper function |
commit | commitdiff | tree |
2009-04-06 |
Brian Paul | swrast: fix texture border color interpretation |
commit | commitdiff | tree |
2009-04-06 |
José Fonseca | mesa: Fix orientation adjustment for reading stencil... |
commit | commitdiff | tree |
2009-04-06 |
Eric Anholt | intel: Avoid dri2 GetBuffers round-trips for internal... |
commit | commitdiff | tree |
2009-04-06 |
Eric Anholt | i965: Use GTT maps when available to upload vertex... |
commit | commitdiff | tree |
2009-04-06 |
Eric Anholt | intel: Clean up some a leftover from sedding of bufmgr... |
commit | commitdiff | tree |
2009-04-06 |
José Fonseca | r300-gallium: Skeleton for integrating into the python... |
commit | commitdiff | tree |
2009-04-06 |
Michel Dänzer | radeon: Expose a 32 bit RGBA fbconfig even when the... |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: vp: Moar. |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: vs: Use a tab to properly set up OVM. |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: Re-translate shaders if constants change. |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: Properly interface with Draw for vert... |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: Update state handlers/setters for vertex... |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: vs: Moar vert shaders. |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: vs: Expand instruction emission. |
commit | commitdiff | tree |
2009-04-05 |
Corbin Simpson | r300-gallium: Update clear() code. |
commit | commitdiff | tree |
2009-04-04 |
Brian Paul | cell: update clear() code to catch up to gallium changes |
commit | commitdiff | tree |
2009-04-04 |
Michal Krol | python/regress: Clean up driver clear() interface. |
commit | commitdiff | tree |
2009-04-04 |
Michel Dänzer | gallium: Clean up driver clear() interface. |
commit | commitdiff | tree |
2009-04-04 |
Michel Dänzer | gallium: Add utility helper for packing combined depth... |
commit | commitdiff | tree |
2009-04-04 |
Michal Krol | python/regress: Remove trailing whitespace. |
commit | commitdiff | tree |
2009-04-04 |
Michal Krol | python/regress: Initial fragment shader test suite. |
commit | commitdiff | tree |
2009-04-04 |
Michal Krol | python/regress: Use X8R8G8B8 rendertarget in vertex... |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | radeon: A bit of indent and line break cleanup. |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | r300-gallium: Calculate vert shader inputs for HW TCL. |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | radeon: If the CS emit fails, dump it to stderr. |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | r300-gallium: Fix bad register write. |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | r300-gallium: Move swtcl_emit to render to reflect... |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | Add scons build support for radeon/r300. |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | radeon: Fix compile warnings, compile errors. |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | r300-gallium: Clean up compile warnings and strict... |
commit | commitdiff | tree |
2009-04-04 |
Corbin Simpson | r300-gallium: r500 surface_copy fragment shader. |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | intel: #include texgetimage.h |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: move glGetTexImage(), glGetCompresssedTexImage... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: remove the noClamp parameter to _mesa_pack_rgba_s... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: clamp colors to [0,1] for glGetTexImage() when... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: whitespace and comment clean-up |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: remove extra semicolons |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | softpipe: add additional surface formats in tile cache... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: in mesa_add_named_constant(), avoid adding duplic... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: fix parameter counting in ARB vertex/fragment... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: replace >= with > when testing if we've exceeded... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: only clear matrix MAT_DIRTY_INVERSE flag when... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: for OPCODE_LIT, use _mesa_pow() instead of exp... |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | python/regress: Use A8R8G8B8 rendertarget format. |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: rename some gl_light fields to be clearer |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: don't normalize spot light direction until valida... |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | python/regress: vertex shader srcmod swz test does... |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | tgsi/exec: Actually enable switch-case for FLR. |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: remove unused var |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | glx: remove unused local var in determineTextureFormat() |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: replace assertion with conditional in _mesa_opcod... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: more const buffer debug code |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: added brw_same_reg() |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: s/GL_FALSE/BRW_COMPRESSION_NONE/ |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: another checkpoint commit of new constant buffer... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: fix response length param in brw_dp_READ_4() |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: change args to get_src_reg() to prep for new... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: check-point commit of new constant buffer support |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: remove unused code for sampling a constant buffer |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: code to setup a constant buffer sampler |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: do negation and Abs in get_src_reg_imm() |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: comments |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: code to debug/dump instruction immediates |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: minor code movement, new comment |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: added new brw_dp_READ_4() function |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: new and updated comments |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: more error message info |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | mesa: clean up formatting and use 'return' instead... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: comments for brw_SAMPLE() |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: comments for sampling code |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: add support for float literal instruction operands |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: remove 'nr' param from get_src/dst_reg() functions |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: fix comment typo |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: comments, clean-up in prepare_wm_surfaces() |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: remove unneeded #includes |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: formatting clean-ups |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: comments, whitespace changes |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: rename scratch_buffer -> scratch_bo to be consist... |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: fix indentation |
commit | commitdiff | tree |
2009-04-03 |
Brian Paul | i965: whitespace changes, comments |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | tgsi/text: Allow optional component selection for indir... |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | python/regress: vertex shader FRC test does not use... |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | python/regress: Add relative addressing tests. |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | util/debug: Initialise local variables. |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | tgsi/text: Allow `-|src|` variant of `-(|src|)`. |
commit | commitdiff | tree |
2009-04-03 |
Alan Hourihane | mesa: ensure pbo stencil buffers are mapped before use |
commit | commitdiff | tree |
2009-04-03 |
Michal Krol | python/regress: Add vertex shader source modifier tests. |
commit | commitdiff | tree |
2009-04-02 |
Christoph Bumiller | nv50: fix viewport state update |
commit | commitdiff | tree |
2009-04-02 |
Roland Scheidegger | mesa: fix TexParameter functions |
commit | commitdiff | tree |
2009-04-02 |
Brian Paul | mesa: don't call ctx->Driver.ReadPixels() if width... |
commit | commitdiff | tree |
next |