2009-04-14 |
Ian Romanick | DRI2: Don't fault on NULL DrawBuffer
|
commit | commitdiff | tree |
2009-04-14 |
Brian Paul | i965: checkpoint commit: VS constant buffers
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | i965: remove unused var
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | i965: clean-up in prepare_wm_surfaces()
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | mesa: reduce makefile output
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | mesa: asst. progs/test/Makefile files
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | i965: added null const_buffer pointer check in update_consta...
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | intel: added screen->dri2.loader null pointer check...
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | gallium: remove pipe_texture::compressed field
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | swrast: remove some unneeded CHAN_TYPE!=GL_FLOAT code
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | gallium: comments for surface_copy(), surface_fill...
|
commit | commitdiff | tree |
2009-04-10 |
Brian Paul | i965: re-org of some of the new constant buffer code
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | demos: fix aspect ratio in Reshape()
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965: new SURF_INDEX_ macros
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | gallium: change // comment to /* */ style
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | gallium: updated comments in p_screen.h
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965simple: remove pipe_texture::compressed reference
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: remove another unneeded 'is compressed' comparison
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: remove unneeded "is compressed" check
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: rearrange some code to be a little more clear
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | gallium: remove unneeded compressed=0 assignment
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | gallium: remove unneeded compressed=0 assignment
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: remove comp_byte parameter to st_texture_create()
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: consolidate format->usage computation
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: add const qualifiers, use GL types
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: make loops over 3D texture slices a litte more...
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | st: reformatting and clean-ups in texture code
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | mesa: fix potential recursive locking deadlock in _mesa_Hash...
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965: free shader's constant buffer in brwDeleteProgram()
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965: set BRW_MASK_DISABLE flag in "send" instruction...
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965: clean-ups, debug code in brw_wm_glsl.c
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965: init current_const[i].index = -1
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | i965: move the fetch_constants() call before setting...
|
commit | commitdiff | tree |
2009-04-09 |
Brian Paul | mesa: minor datatype changes in optimization code
|
commit | commitdiff | tree |
2009-04-08 |
Brian Paul | gallium: handle the case of util_pack_z_stencil(format...
|
commit | commitdiff | tree |
2009-04-08 |
Brian Paul | docs: bump Gallium version number
|
commit | commitdiff | tree |
2009-04-08 |
Brian Paul | docs: updated Cell driver info
|
commit | commitdiff | tree |
2009-04-08 |
Brian Paul | docs: more info for 7.4 release notes
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | st: implement glCopyTexImage() for GL_DEPTH24_STENCIL8...
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | st: implement GL_DEPTH_STENCIL format for glReadPixels...
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | softpipe: minor debug-help changes in softpipe_transfer_map()
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | mesa: add another special/optimized case in _mesa_unpack_dep...
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | swrast: fix point rendering function selection
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | mesa: fix incorrect component ordering for sRGB8 texture...
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | glsl: enable the new linear scan register allocator...
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | docs: document the MESA_GLSL env var, other misc GLSL...
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | glsl: don't optimize program if MESA_GLSL=nopt
|
commit | commitdiff | tree |
2009-04-07 |
Brian Paul | swrast: restore !shader check around add_specular()
|
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 |
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-04 |
Brian Paul | cell: update clear() code to catch up to gallium changes
|
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_span_f...
|
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 duplicate...
|
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 |
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 validation...
|
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_opcode_str...
|
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 |
next |